PDF4Java Reference Documentation
com.o2sol.pdf4java.core.security Package / PDFStandardSecurityHandler Class / encryptRC4 Method
In This Topic
    encryptRC4 Method
    In This Topic
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    protected void encryptRC4( 
       byte[] dataIn,
       int offset,
       int length,
       byte[] dataOut
    )

    Parameters

    dataIn
    offset
    length
    dataOut
    See Also